Computer and Modernization ›› 2012, Vol. 1 ›› Issue (6): 125-130.doi: 10.3969/j.issn.1006-2475.2012.06.034

• 网络与通信 • Previous Articles     Next Articles

An Update Strategy for Minimum Spanning Tree of Net

CHENG Yuan1,2   

  1. 1. School of Computer Science and Technology, University of Science and Technology of China, Hefei 230027, China;2. Network Center, Tongling University, Tongling 244000, China
  • Received:2011-11-29 Revised:1900-01-01 Online:2012-06-14 Published:2012-06-14

Abstract: Solving the problem of minimum spanning tree has been widely used to solve searching issues in reality. However, the node of a connected graph net is often changed, and, once it's changed, the traditional algorithm has to recalculate the minimum spanning tree. But, even the graph node changes, not all of minimum spanning tree will be changed, which results in unnecessary waste. This article is aimed at improving Kruskal algorithm and Prim algorithm, which can update the minimum spanning tree when the graph changes without recalculating.

Key words: Kruskal algorithm, Prim algorithm, minimum spanning tree, connected graph net

CLC Number: